Delete(SoundSource[])

Method

Namespace: Vox

Declared in: Vox.SoundSourceFactory


Deletes the specified sound sources. If they belong to the same output device, deletes them efficiently with one native call, otherwise falling back to Dispose. Already disposed sources are skipped.

Syntax

public static void Delete(
	SoundSource[] sources
)

Back to index